home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
wild
/
include
/
clib
/
wildengineer_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-05-25
|
586b
|
16 lines
#ifndef CLIB_WILDENGINEER_H
#define CLIB_WILDENGINEER_H
#include <misc/wildengineer.h>
struct WEModuleInfo *weHaveModuleInfo(struct TagItem *tags);
void weFreeModuleInfo(struct WEModuleInfo *mi);
struct WEBestModules *weHaveBestModules(struct TagItem *tags);
void weFreeBestModules(struct WEBestModules *bm);
struct WEEngineCheck *weHaveEngineCheck(struct TagItem *tags);
void weFreeEngineCheck(struct WEEngineCheck *bm);
void weRepairEngine(struct WEBestModules *bm);
struct WildModule *weLoadModule(struct TagItem *tags);
void weKillModule(struct WildModule *mod);
#endif